home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / input / touchscreen / Kconfig next >
Encoding:
Text File  |  2009-09-09  |  10.6 KB  |  392 lines

  1. #
  2. # Touchscreen driver configuration
  3. #
  4. menuconfig INPUT_TOUCHSCREEN
  5.     bool "Touchscreens"
  6.     help
  7.       Say Y here, and a list of supported touchscreens will be displayed.
  8.       This option doesn't affect the kernel.
  9.  
  10.       If unsure, say Y.
  11.  
  12. if INPUT_TOUCHSCREEN
  13.  
  14. config TOUCHSCREEN_ADS7846
  15.     tristate "ADS7846/TSC2046 and ADS7843 based touchscreens"
  16.     depends on SPI_MASTER
  17.     depends on HWMON = n || HWMON
  18.     help
  19.       Say Y here if you have a touchscreen interface using the
  20.       ADS7846/TSC2046 or ADS7843 controller, and your board-specific
  21.       setup code includes that in its table of SPI devices.
  22.  
  23.       If HWMON is selected, and the driver is told the reference voltage
  24.       on your board, you will also get hwmon interfaces for the voltage
  25.       (and on ads7846/tsc2046, temperature) sensors of this chip.
  26.  
  27.       If unsure, say N (but it's safe to say "Y").
  28.  
  29.       To compile this driver as a module, choose M here: the
  30.       module will be called ads7846.
  31.  
  32. config TOUCHSCREEN_BITSY
  33.     tristate "Compaq iPAQ H3600 (Bitsy) touchscreen"
  34.     depends on SA1100_BITSY
  35.     select SERIO
  36.     help
  37.       Say Y here if you have the h3600 (Bitsy) touchscreen.
  38.  
  39.       If unsure, say N.
  40.  
  41.       To compile this driver as a module, choose M here: the
  42.       module will be called h3600_ts_input.
  43.  
  44. config TOUCHSCREEN_CORGI
  45.     tristate "SharpSL (Corgi and Spitz series) touchscreen driver (DEPRECATED)"
  46.     depends on PXA_SHARPSL
  47.     select CORGI_SSP_DEPRECATED
  48.     default y
  49.     help
  50.       Say Y here to enable the driver for the touchscreen on the
  51.       Sharp SL-C7xx and SL-Cxx00 series of PDAs.
  52.  
  53.       If unsure, say N.
  54.  
  55.       To compile this driver as a module, choose M here: the
  56.       module will be called corgi_ts.
  57.  
  58.       NOTE: this driver is deprecated, try enable SPI and generic
  59.       ADS7846-based touchscreen driver.
  60.  
  61. config TOUCHSCREEN_FUJITSU
  62.     tristate "Fujitsu serial touchscreen"
  63.     select SERIO
  64.     help
  65.       Say Y here if you have the Fujitsu touchscreen (such as one
  66.       installed in Lifebook P series laptop) connected to your
  67.       system.
  68.  
  69.       If unsure, say N.
  70.  
  71.       To compile this driver as a module, choose M here: the
  72.       module will be called fujitsu-ts.
  73.  
  74. config TOUCHSCREEN_GUNZE
  75.     tristate "Gunze AHL-51S touchscreen"
  76.     select SERIO
  77.     help
  78.       Say Y here if you have the Gunze AHL-51 touchscreen connected to
  79.       your system.
  80.  
  81.       If unsure, say N.
  82.  
  83.       To compile this driver as a module, choose M here: the
  84.       module will be called gunze.
  85.  
  86. config TOUCHSCREEN_ELO
  87.     tristate "Elo serial touchscreens"
  88.     select SERIO
  89.     help
  90.       Say Y here if you have an Elo serial touchscreen connected to
  91.       your system.
  92.  
  93.       If unsure, say N.
  94.  
  95.       To compile this driver as a module, choose M here: the
  96.       module will be called elo.
  97.  
  98. config TOUCHSCREEN_MTOUCH
  99.     tristate "MicroTouch serial touchscreens"
  100.     select SERIO
  101.     help
  102.       Say Y here if you have a MicroTouch (3M) serial touchscreen connected to
  103.       your system.
  104.  
  105.       If unsure, say N.
  106.  
  107.       To compile this driver as a module, choose M here: the
  108.       module will be called mtouch.
  109.  
  110. config TOUCHSCREEN_INEXIO
  111.     tristate "iNexio serial touchscreens"
  112.     select SERIO
  113.     help
  114.       Say Y here if you have an iNexio serial touchscreen connected to
  115.       your system.
  116.  
  117.       If unsure, say N.
  118.  
  119.       To compile this driver as a module, choose M here: the
  120.       module will be called inexio.
  121.  
  122. config TOUCHSCREEN_MK712
  123.     tristate "ICS MicroClock MK712 touchscreen"
  124.     help
  125.       Say Y here if you have the ICS MicroClock MK712 touchscreen
  126.       controller chip in your system.
  127.  
  128.       If unsure, say N.
  129.  
  130.       To compile this driver as a module, choose M here: the
  131.       module will be called mk712.
  132.  
  133. config TOUCHSCREEN_HP600
  134.     tristate "HP Jornada 6xx touchscreen"
  135.     depends on SH_HP6XX && SH_ADC
  136.     help
  137.       Say Y here if you have a HP Jornada 620/660/680/690 and want to
  138.           support the built-in touchscreen.
  139.  
  140.       To compile this driver as a module, choose M here: the
  141.       module will be called hp680_ts_input.
  142.  
  143. config TOUCHSCREEN_HP7XX
  144.     tristate "HP Jornada 7xx touchscreen"
  145.     depends on SA1100_JORNADA720_SSP
  146.     help
  147.       Say Y here if you have a HP Jornada 710/720/728 and want
  148.       to support the built-in touchscreen.
  149.  
  150.       To compile this driver as a module, choose M here: the
  151.       module will be called jornada720_ts.
  152.  
  153. config TOUCHSCREEN_MXC
  154.     tristate "MXC touchscreen input driver"
  155.     depends on MXC_MC13783_ADC || MXC_MC13892_ADC
  156.     help
  157.       Say Y here if you have an MXC based board with touchscreen
  158.       attached to it.
  159.  
  160.       If unsure, say N.
  161.  
  162.       To compile this driver as a module, choose M here: the
  163.       module will be called mxc_ts.
  164.  
  165. config TOUCHSCREEN_HTCPEN
  166.     tristate "HTC Shift X9500 touchscreen"
  167.     depends on ISA
  168.     help
  169.       Say Y here if you have an HTC Shift UMPC also known as HTC X9500
  170.       Clio / Shangrila and want to support the built-in touchscreen.
  171.  
  172.       If unsure, say N.
  173.  
  174.       To compile this driver as a module, choose M here: the
  175.       module will be called htcpen.
  176.  
  177. config TOUCHSCREEN_PENMOUNT
  178.     tristate "Penmount serial touchscreen"
  179.     select SERIO
  180.     help
  181.       Say Y here if you have a Penmount serial touchscreen connected to
  182.       your system.
  183.  
  184.       If unsure, say N.
  185.  
  186.       To compile this driver as a module, choose M here: the
  187.       module will be called penmount.
  188.  
  189. config TOUCHSCREEN_MIGOR
  190.     tristate "Renesas MIGO-R touchscreen"
  191.     depends on SH_MIGOR && I2C
  192.     help
  193.       Say Y here to enable MIGO-R touchscreen support.
  194.  
  195.       If unsure, say N.
  196.  
  197.       To compile this driver as a module, choose M here: the
  198.       module will be called migor_ts.
  199.  
  200. config TOUCHSCREEN_TOUCHRIGHT
  201.     tristate "Touchright serial touchscreen"
  202.     select SERIO
  203.     help
  204.       Say Y here if you have a Touchright serial touchscreen connected to
  205.       your system.
  206.  
  207.       If unsure, say N.
  208.  
  209.       To compile this driver as a module, choose M here: the
  210.       module will be called touchright.
  211.  
  212. config TOUCHSCREEN_TOUCHWIN
  213.     tristate "Touchwin serial touchscreen"
  214.     select SERIO
  215.     help
  216.       Say Y here if you have a Touchwin serial touchscreen connected to
  217.       your system.
  218.  
  219.       If unsure, say N.
  220.  
  221.       To compile this driver as a module, choose M here: the
  222.       module will be called touchwin.
  223.  
  224. config TOUCHSCREEN_ATMEL_TSADCC
  225.     tristate "Atmel Touchscreen Interface"
  226.     depends on ARCH_AT91SAM9RL
  227.     help
  228.       Say Y here if you have a 4-wire touchscreen connected to the
  229.           ADC Controller on your Atmel SoC (such as the AT91SAM9RL).
  230.  
  231.       If unsure, say N.
  232.  
  233.       To compile this driver as a module, choose M here: the
  234.       module will be called atmel_tsadcc.
  235.  
  236. config TOUCHSCREEN_UCB1400
  237.     tristate "Philips UCB1400 touchscreen"
  238.     depends on AC97_BUS
  239.     depends on UCB1400_CORE
  240.     help
  241.       This enables support for the Philips UCB1400 touchscreen interface.
  242.       The UCB1400 is an AC97 audio codec.  The touchscreen interface
  243.       will be initialized only after the ALSA subsystem has been
  244.       brought up and the UCB1400 detected.  You therefore have to
  245.       configure ALSA support as well (either built-in or modular,
  246.       independently of whether this driver is itself built-in or
  247.       modular) for this driver to work.
  248.  
  249.       To compile this driver as a module, choose M here: the
  250.       module will be called ucb1400_ts.
  251.  
  252. config TOUCHSCREEN_WM97XX
  253.     tristate "Support for WM97xx AC97 touchscreen controllers"
  254.     depends on AC97_BUS
  255.     help
  256.       Say Y here if you have a Wolfson Microelectronics WM97xx
  257.       touchscreen connected to your system. Note that this option
  258.       only enables core driver, you will also need to select
  259.       support for appropriate chip below.
  260.  
  261.       If unsure, say N.
  262.  
  263.       To compile this driver as a module, choose M here: the
  264.       module will be called wm97xx-ts.
  265.  
  266. config TOUCHSCREEN_WM9705
  267.     bool "WM9705 Touchscreen interface support"
  268.     depends on TOUCHSCREEN_WM97XX
  269.     default y
  270.     help
  271.       Say Y here to enable support for the Wolfson Microelectronics
  272.       WM9705 touchscreen controller.
  273.  
  274. config TOUCHSCREEN_WM9712
  275.     bool "WM9712 Touchscreen interface support"
  276.     depends on TOUCHSCREEN_WM97XX
  277.     default y
  278.     help
  279.       Say Y here to enable support for the Wolfson Microelectronics
  280.       WM9712 touchscreen controller.
  281.  
  282. config TOUCHSCREEN_WM9713
  283.     bool "WM9713 Touchscreen interface support"
  284.     depends on TOUCHSCREEN_WM97XX
  285.     default y
  286.     help
  287.       Say Y here to enable support for the Wolfson Microelectronics
  288.       WM9713 touchscreen controller.
  289.  
  290. config TOUCHSCREEN_WM97XX_MAINSTONE
  291.     tristate "WM97xx Mainstone accelerated touch"
  292.     depends on TOUCHSCREEN_WM97XX && ARCH_PXA
  293.     help
  294.       Say Y here for support for streaming mode with WM97xx touchscreens
  295.       on Mainstone systems.
  296.  
  297.       If unsure, say N.
  298.  
  299.       To compile this driver as a module, choose M here: the
  300.       module will be called mainstone-wm97xx.
  301.  
  302. config TOUCHSCREEN_USB_COMPOSITE
  303.     tristate "USB Touchscreen Driver"
  304.     depends on USB_ARCH_HAS_HCD
  305.     select USB
  306.     help
  307.       USB Touchscreen driver for:
  308.       - eGalax Touchkit USB (also includes eTurboTouch CT-410/510/700)
  309.       - PanJit TouchSet USB
  310.       - 3M MicroTouch USB (EX II series)
  311.       - ITM
  312.       - some other eTurboTouch
  313.       - Gunze AHL61
  314.       - DMC TSC-10/25
  315.       - IRTOUCHSYSTEMS/UNITOP
  316.       - IdealTEK URTC1000
  317.       - GoTop Super_Q2/GogoPen/PenPower tablets
  318.  
  319.       Have a look at <http://linux.chapter7.ch/touchkit/> for
  320.       a usage description and the required user-space stuff.
  321.  
  322.       To compile this driver as a module, choose M here: the
  323.       module will be called usbtouchscreen.
  324.  
  325. config TOUCHSCREEN_USB_EGALAX
  326.     default y
  327.     bool "eGalax, eTurboTouch CT-410/510/700 device support" if EMBEDDED
  328.     depends on TOUCHSCREEN_USB_COMPOSITE
  329.  
  330. config TOUCHSCREEN_USB_PANJIT
  331.     default y
  332.     bool "PanJit device support" if EMBEDDED
  333.     depends on TOUCHSCREEN_USB_COMPOSITE
  334.  
  335. config TOUCHSCREEN_USB_3M
  336.     default y
  337.     bool "3M/Microtouch EX II series device support" if EMBEDDED
  338.     depends on TOUCHSCREEN_USB_COMPOSITE
  339.  
  340. config TOUCHSCREEN_USB_ITM
  341.     default y
  342.     bool "ITM device support" if EMBEDDED
  343.     depends on TOUCHSCREEN_USB_COMPOSITE
  344.  
  345. config TOUCHSCREEN_USB_ETURBO
  346.     default y
  347.     bool "eTurboTouch (non-eGalax compatible) device support" if EMBEDDED
  348.     depends on TOUCHSCREEN_USB_COMPOSITE
  349.  
  350. config TOUCHSCREEN_USB_GUNZE
  351.     default y
  352.     bool "Gunze AHL61 device support" if EMBEDDED
  353.     depends on TOUCHSCREEN_USB_COMPOSITE
  354.  
  355. config TOUCHSCREEN_USB_DMC_TSC10
  356.     default y
  357.     bool "DMC TSC-10/25 device support" if EMBEDDED
  358.     depends on TOUCHSCREEN_USB_COMPOSITE
  359.  
  360. config TOUCHSCREEN_USB_IRTOUCH
  361.     default y
  362.     bool "IRTOUCHSYSTEMS/UNITOP device support" if EMBEDDED
  363.     depends on TOUCHSCREEN_USB_COMPOSITE
  364.  
  365. config TOUCHSCREEN_USB_IDEALTEK
  366.     default y
  367.     bool "IdealTEK URTC1000 device support" if EMBEDDED
  368.     depends on TOUCHSCREEN_USB_COMPOSITE
  369.  
  370. config TOUCHSCREEN_USB_GENERAL_TOUCH
  371.     default y
  372.     bool "GeneralTouch Touchscreen device support" if EMBEDDED
  373.     depends on TOUCHSCREEN_USB_COMPOSITE
  374.  
  375. config TOUCHSCREEN_USB_GOTOP
  376.     default y
  377.     bool "GoTop Super_Q2/GogoPen/PenPower tablet device support" if EMBEDDED
  378.     depends on TOUCHSCREEN_USB_COMPOSITE
  379.  
  380. config TOUCHSCREEN_TOUCHIT213
  381.     tristate "Sahara TouchIT-213 touchscreen"
  382.     select SERIO
  383.     help
  384.       Say Y here if you have a Sahara TouchIT-213 Tablet PC.
  385.  
  386.       If unsure, say N.
  387.  
  388.       To compile this driver as a module, choose M here: the
  389.       module will be called touchit213.
  390.  
  391. endif
  392.